* note: this file was added at time of rev note #en2. 
*
 page 
*
atcreate equ *
atdestroy equ *
atrename equ *
atsetinfo equ *
atgetinfo equ *
atonline equ *
atsetprefx equ *
atgetprefx equ *
atopen equ *
atnewline equ *
atread equ *
atwrite equ *
atclose equ *
atflush equ *
atsetmark equ *
atgetmark equ *
atseteof equ *
atgeteof equ *
atsetbuf equ *
atgetbuf equ *
*
 ldx #0 ; 
display lda msg,x ;
 sta $400,x
 beq done
 inx  ;
 bne display
done rts
*
 msb on
msg asc 'this command is for /atalk!!!'
 db 0
 msb off
 ds $f800-*,0 ; fill remaining space with zeros.
here equ *
